home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0241.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  929 b   |  34 lines

  1. 3D command summary
  2.  
  3. Td Screen Height n   sets height of 3D screen (has to be on 320 16 col screen)
  4.  
  5. Td Redraw            draw all currently visible 3D objects
  6.  
  7. Td Cls               clears the 3D screen
  8.  
  9.  
  10. Td Dir Path$         where Path$ is exact path to 3D objects
  11.  
  12. Td Load file$        load file$ object into memory
  13.  
  14. Td Clear All         remove all loaded objects
  15.  
  16. Td Keep On           make objects resident for programming session
  17.  
  18. Td Keep Off          clear objects before each run of the program
  19.  
  20.  
  21. Td Kill n       remove object n
  22.  
  23.  
  24. Td Quit         release all 3D memory
  25.  
  26. As far as I know, there is no way to get past the 20 object limit.  Remember
  27. that object 0 is your viewpoint and can be acted on like any other object.  The
  28. commands listed are just the maintenance type commands.  Let me know if you
  29. need the complete list.  I can write up a file and email it to you.
  30.  
  31. Well met and godspeed,
  32.                       Giark
  33.  
  34.